AddVerificationCert(Signature,Byte[]) Method
In This Topic
Adds a certificate response for a specified signature.
Syntax
'Declaration
Public Overloads Sub AddVerificationCert( _
ByVal As Signature, _
ByVal () As System.Byte _
)
public void AddVerificationCert(
Signature ,
System.byte[]
)
Parameters
- signature
- The Signature object.
- cert
- The DER-encoded certificate.
See Also